#ifndef _SERVER_H_ #define _SERVER_H_ void handlePOST(void); void handleEMPTY(void); #endif _SERVER_H_